|
mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
|

Public Attributes | |
| mrb_sym * | syms |
| int | slen |
| char * | filename |
| uint16_t | lineno |
| int(* | partial_hook )(struct mrb_parser_state *) |
| void * | partial_data |
| struct RClass * | target_class |
| mrb_bool | capture_errors:1 |
| mrb_bool | dump_result:1 |
| mrb_bool | no_exec:1 |
| mrb_bool | keep_lv:1 |
| mrb_bool | no_optimize:1 |
| mrb_bool | no_ext_ops:1 |
| mrb_bool | no_return_value:1 |
| const struct RProc * | upper |
| size_t | parser_nerr |